home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / unixlib.lha / unix / test / socks / SMakefile < prev    next >
Makefile  |  1996-12-01  |  489b  |  22 lines

  1. CC= sc
  2. SCOPTS= NOVERSION NOICONS LINK
  3.  
  4. all: SCOPTIONS getaline strchkread streamwrite
  5.  
  6. SCOPTIONS: SMakefile
  7.     copy to $@ <from <
  8. $(SCOPTS)
  9. <
  10.  
  11. getaline: SCOPTIONS getaline.c
  12.     sc getaline.c
  13.  
  14. strchkread: SCOPTIONS strchkread.c
  15.     sc DEF=AMITCP idir=//include idir=netinclude: lib=//unix.lib strchkread.c
  16.  
  17. streamwrite: SCOPTIONS streamwrite.c
  18.     sc DEF=AMITCP idir=//include idir=netinclude: lib=//unix.lib streamwrite.c
  19.  
  20. clean:
  21.     -delete quiet \#?.(o|lnk) SCOPTIONS getaline strchkread streamwrite
  22.